Interface BbaGroup

All Superinterfaces:
IPCObject
All Known Implementing Classes:
BbaGroupImpl

public interface BbaGroup extends IPCObject
Information provided by the PKI file:

    \class BbaGroup
    
    \brief BbaGroup handles and manipulates Bba groups.
    
    \example network().getDevice("Router0").getProcess("VirtualTemplateManager").getBbaGroupAt(0)
    
Author:
Auto-generated
  • Method Details

    • setGroupName

      void setGroupName(String name)
      Information provided by the PKI file:
      
          \brief Sets the Bba group name.
          
          \param name, the name for the Bba group.
          
              
      Parameters:
      name - Takes in a parameter of name
    • getGroupName

      String getGroupName()
      Information provided by the PKI file:
      
          \brief Returns the Bba group name.
          
          \return string, the name of the Bba group.
          
              
      Returns:
      String Returns a String
    • getVirtualTempInt

      VirtualTemplateInterface getVirtualTempInt()
      Information provided by the PKI file:
      
          \brief Returns the virtual template interface.
          
          \return vInterface, the VirtualTemplateInterface object.
          
              
      Returns:
      VirtualTemplateInterface Returns a VirtualTemplateInterface